home *** CD-ROM | disk | FTP | other *** search
- IMPORTANT NOTE: The example camdlist.c needs to be re-written to support
- the now split CAMD and RealTime libraries! The version here is for an old
- CAMD that included all the features of both camd and realtime. Timetest.c
- and linktest.c have already been re-written. - chrisl
-
-
- Here are three CAMD examples:
-
- camdlist
-
- This program merely lists all the current MidiClusters and Conductors.
-
-
- linktest
-
- This tests MIDI messaging by sending and receiving a SysEx message.
- The usage is
-
- linktest mode <inname outname>
-
- where mode is either "s" for send first or "r" for receive first. Optionally,
- a name for the input and output MidiCluster names can be provided. If an input
- name is provided, so must an output name. If not provided, the default
- input and output names are "In.0" and "Out.0", respectfully. ("In.0" and
- "Out.0" are the default internal serial unit MidiCluster names.)
-
-
- timetest
-
- Tests the Player/Conductor system. The usage is
-
- timetest <ticks> <HOOK>
-
- where ticks is the number of CAMD heartbeats (500 Hz) to wait. The default
- ticks is 500. Specifying the switch HOOK causes timing info to be spewed
- out the serial port via kprintf.
-